gnttab: drop struct active_grant_entry's gfn field for release builds
authorJan Beulich <jbeulich@suse.com>
Thu, 17 Aug 2017 12:44:02 +0000 (14:44 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 17 Aug 2017 12:44:02 +0000 (14:44 +0200)
commitcff9f4b5dfcc57038f63757d2fba538fd9ce0f1a
treebb2c489800c8259cfe926e2d02fcb817e557e059
parentb429172b8560e65eb73b14085e12f7e1d444f7aa
gnttab: drop struct active_grant_entry's gfn field for release builds

This shrinks the size from 48 to 40 bytes bytes on 64-bit builds.
Switch to gfn_t at once.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/grant_table.c